FlightMeter

Instrument that informs about flight metrics: total flight duration, last flight duration and total number of flights.

This instrument can be obtained from a drone using:

drone.getInstrument(FlightMeter.class)

See also

com.parrot.drone.groundsdk.device.Drone

Functions

Link copied to clipboard
abstract fun getLastFlightDuration(): Int
Gets the last flight duration, in seconds.
Link copied to clipboard
abstract fun getTotalFlightCount(): Int
Gets the total flight count.
Link copied to clipboard
Gets the total flight duration, in seconds.